GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-30T11:26:43.7400684+00:00",
"SubmitDate": "2026-04-30T11:26:43.7400684+00:00",
"ReportPeriodStart": "2026-04-30T11:26:43.7400684+00:00",
"ReportPeriodEnd": "2026-04-30T11:26:43.7400684+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0dd9a546-188d-4a85-b98e-063a0a1da8c4",
"Rows": [
{
"ItemId": "83ac82bb-2cb9-4152-8437-55529098b7d3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83ac82bb-2cb9-4152-8437-55529098b7d3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0dd9a546-188d-4a85-b98e-063a0a1da8c4",
"Rows": [
{
"ItemId": "83ac82bb-2cb9-4152-8437-55529098b7d3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83ac82bb-2cb9-4152-8437-55529098b7d3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8ef6fc12-8e2b-47d0-96c9-1d2e9b03726e",
"84450fa1-864d-46cb-938a-b3852dfd80c8"
],
"Approvers": [
"0df836ee-dfdd-40f3-9408-7eb7d9a23325",
"2891dfd4-084e-4a0e-81f9-0c706f06431f"
],
"ApprovedBy": "49c30a4a-18d2-4981-83a7-2aa1e7b21abe",
"ApprovalDate": "2026-04-30T11:26:43.7400684+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "34fb5e73-8294-422d-9a9a-882ccf60d0b0",
"id": "7df86159-8dc1-4728-ab3d-1434527e3569",
"ConfigId": "76dd203c-ed8d-4153-9b38-d8b240357777"
},
{
"GenerationDate": "2026-04-30T11:26:43.7400684+00:00",
"SubmitDate": "2026-04-30T11:26:43.7400684+00:00",
"ReportPeriodStart": "2026-04-30T11:26:43.7400684+00:00",
"ReportPeriodEnd": "2026-04-30T11:26:43.7400684+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0dd9a546-188d-4a85-b98e-063a0a1da8c4",
"Rows": [
{
"ItemId": "83ac82bb-2cb9-4152-8437-55529098b7d3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83ac82bb-2cb9-4152-8437-55529098b7d3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0dd9a546-188d-4a85-b98e-063a0a1da8c4",
"Rows": [
{
"ItemId": "83ac82bb-2cb9-4152-8437-55529098b7d3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83ac82bb-2cb9-4152-8437-55529098b7d3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8ef6fc12-8e2b-47d0-96c9-1d2e9b03726e",
"84450fa1-864d-46cb-938a-b3852dfd80c8"
],
"Approvers": [
"0df836ee-dfdd-40f3-9408-7eb7d9a23325",
"2891dfd4-084e-4a0e-81f9-0c706f06431f"
],
"ApprovedBy": "49c30a4a-18d2-4981-83a7-2aa1e7b21abe",
"ApprovalDate": "2026-04-30T11:26:43.7400684+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "34fb5e73-8294-422d-9a9a-882ccf60d0b0",
"id": "7df86159-8dc1-4728-ab3d-1434527e3569",
"ConfigId": "76dd203c-ed8d-4153-9b38-d8b240357777"
}
]